Interface TunnelGeneralAttributes

All Superinterfaces:
IPCObject
All Known Implementing Classes:
TunnelGeneralAttributesImpl

public interface TunnelGeneralAttributes extends IPCObject
Information provided by the PKI file:

    \class TunnelGeneralAttributes
    
    \brief This class holds the General Tunnel Attributes
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getTunnelGroupAt(0).getGeneralAttributes();
    
Author:
Auto-generated
  • Method Details

    • setPolicyName

      void setPolicyName(String policyName)
      Information provided by the PKI file:
      
          \brief Sets the policy name.
          
          \param string, the policy name.
          
              
      Parameters:
      policyName - Takes in a parameter of policyName
    • getTunnelName

      String getTunnelName()
      Information provided by the PKI file:
      
          \brief Returns the tunnel name.
          
          \return string, the tunnel name.
          
              
      Returns:
      String Returns a String
    • getPolicyName

      String getPolicyName()
      Information provided by the PKI file:
      
          \brief Returns the policy name.
          
          \return string, the policy name.
          
              
      Returns:
      String Returns a String